upload
This commit is contained in:
11
zero-cost-nas/.eggs/smmap-5.0.0-py3.8.egg/smmap/__init__.py
Normal file
11
zero-cost-nas/.eggs/smmap-5.0.0-py3.8.egg/smmap/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""Intialize the smmap package"""
|
||||
|
||||
__author__ = "Sebastian Thiel"
|
||||
__contact__ = "byronimo@gmail.com"
|
||||
__homepage__ = "https://github.com/gitpython-developers/smmap"
|
||||
version_info = (5, 0, 0)
|
||||
__version__ = '.'.join(str(i) for i in version_info)
|
||||
|
||||
# make everything available in root package for convenience
|
||||
from .mman import *
|
||||
from .buf import *
|
Reference in New Issue
Block a user