mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-08-02 20:06:03 -04:00
Initial commit
This commit is contained in:
commit
3ab47d4cc5
5 changed files with 76 additions and 0 deletions
7
nomadnet/__init__.py
Normal file
7
nomadnet/__init__.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
import os
|
||||
import glob
|
||||
|
||||
from .nomadnet import *
|
||||
|
||||
modules = glob.glob(os.path.dirname(__file__)+"/*.py")
|
||||
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]
|
Loading…
Add table
Add a link
Reference in a new issue