mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-07-23 15:20:48 -04:00
App skeleton, setuptools and versioning
This commit is contained in:
parent
471cba316a
commit
3dcd9f5c30
8 changed files with 2570 additions and 5 deletions
5
nomadnet/vendor/__init__.py
vendored
Normal file
5
nomadnet/vendor/__init__.py
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
import os
|
||||
import glob
|
||||
|
||||
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