diff --git a/stand.py b/stand.py index 7846e06..a1f7dc4 100644 --- a/stand.py +++ b/stand.py @@ -1,6 +1,6 @@ import streamlit as st -import hacks +import stand.hacks from stand.widgets.aggrid import aggrid from stand.widgets.download import download diff --git a/hacks/__init__.py b/stand/hacks/__init__.py similarity index 100% rename from hacks/__init__.py rename to stand/hacks/__init__.py diff --git a/hacks/patch_st_cp_stop.py b/stand/hacks/patch_st_cp_stop.py similarity index 100% rename from hacks/patch_st_cp_stop.py rename to stand/hacks/patch_st_cp_stop.py