Browse Source

add __init__

joe 4 years ago
parent
commit
913fed62e7
4 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore
  2. 0 0
      __init__.py
  3. 0 0
      logics/__init__.py
  4. 0 0
      modules/__init__.py

+ 2 - 1
.gitignore

@@ -1,2 +1,3 @@
 *.pb.go
-*_pb2.py
+*_pb2.py
+__pycache__/

+ 0 - 0
__init__.py


+ 0 - 0
logics/__init__.py


+ 0 - 0
modules/__init__.py