# ShotTable **Repository Path**: zclongpop123/shottable ## Basic Information - **Project Name**: ShotTable - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-04-18 - **Last Updated**: 2021-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README import sys path = 'D:/work/ShotTable' path in sys.path or sys.path.append(path) import stUI stUI.ShotTableUI()