<?php
namespace LaneWeChat;
session_start();
include_once __DIR__.'/config.php';
include_once __DIR__.'/autoloader.php';
AutoLoader::register();