9 lines
112 B
Python
9 lines
112 B
Python
|
# -*- Mode: Python; -*-
|
||
|
# vi:si:et:sw=2:sts=2:ts=2
|
||
|
# encoding: utf-8
|
||
|
|
||
|
__version__ = '0.1.0'
|
||
|
|
||
|
from net import *
|
||
|
|