This is my ** first ** python project, please share here ~
――Currently, as a general function, we are developing a product that allows users to receive events such as purchasing movie tickets and train tickets. The app then reads the SMS, parses the SMS, gets the time and location, and automatically creates a note in the background to notify the user one hour before the event.
--This project uses the version of python3
init.py
# -*- coding: UTF-8 -*-  
 
# import need manager module  
import MongoUtil  
import FileUtil  
import conf_dev  
import conf_test  
import scratch_airport_name  
import scratch_flight_number  
import scratch_movie_name  
import scratch_train_number  
import scratch_train_station  
        Recommended Posts