Skip to content

Commit a33a1df

Browse files
committed
fix imports (particularly when installed from pypi)
1 parent 3665dc7 commit a33a1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

screepsapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from screepsapi import *
1+
from screepsapi.screepsapi import *
2+
__all__ = ['API', 'Socket']
23

3-
__version__ = '0.2.0'

0 commit comments

Comments
 (0)