Renaming modules to lowercase

This commit is contained in:
Winterflower 2019-06-18 10:54:26 +02:00
parent ded86d0b5d
commit 52cf04a97f
3 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
from .utils import *
from .DataFrame import *
from .Client import *
from .dataframe import *
from .client import *