Restored the __init__.py file that I stupidly deleted on a previous commit.

This commit is contained in:
Chris Lane 2013-08-21 22:17:29 -04:00
parent 1e26280da7
commit 031eeb6a96
1 changed files with 3 additions and 0 deletions

3
cheatsheets/__init__.py Normal file
View File

@ -0,0 +1,3 @@
import os
cheat_dir, __init = os.path.split(__file__)